home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / GraphicUtils / 00025_Tool4.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  257 b   |  16 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("Title4").foreColor = 0
  4.   sprite(the currentSpriteNum).foreColor = 255
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(0)
  9.   member("Title4").foreColor = 255
  10.   sprite(the currentSpriteNum).foreColor = 246
  11. end
  12.  
  13. on mouseUp
  14.   go("Title4")
  15. end
  16.